EncryptionKeyParse Method |
Converts the specified string representation of a encryption key to its
EncryptionKey equivalent.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic static EncryptionKey Parse(
string encryptionKey
)
Public Shared Function Parse (
encryptionKey As String
) As EncryptionKey
Parameters
- encryptionKey
- Type: SystemString
A string containing a encryption key to convert.
Return Value
Type:
EncryptionKeyA
EncryptionKey equivalent contained in the encryptionKey parameter.
See Also